home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / taxpln.arc / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1987-03-20  |  952b  |  22 lines

  1. echo off
  2. cls
  3. echo       The documentation is simply a TEXT file that contains no control 
  4. echo       characters.  You may print it with this procedure but should first 
  5. echo       lineup the paper on your printer so that there are 5 to 6 blank
  6. echo       lines above the print line that will first print.  This will allow 
  7. echo       a margin at the top of the first page which will carry forward to 
  8. echo       each additional page.
  9. echo .
  10. echo Please align your printer and then 
  11. pause
  12. cls
  13. echo                Printing Tax-Planner Documentation ... about 20 pages.
  14. echo .
  15. echo       You may enter ctrl+break to stop this procedure if your paper is not 
  16. echo       lined up as you thought.  The title page is centered, the next page 
  17. echo       should start on the sixth or seventh line from the top.  You may then
  18. echo       start over.
  19. copy tpmanual.doc prn
  20. echo                         Document file has finished printing.
  21.   
  22.